home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98c.txt / 000137_icon-group-sender _Thu Dec 17 11:20:28 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id LAA14260
  4.     for icon-group-addresses; Thu, 17 Dec 1998 11:20:22 -0700 (MST)
  5. Message-Id: <199812171820.LAA14260@baskerville.CS.Arizona.EDU>
  6. Date: Thu, 17 Dec 1998 09:31:14 -0600
  7. From: MJE <evans@gte.net>
  8. To: icon-group@optima.CS.Arizona.EDU
  9. Subject: COM on Unix
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13. Steve Wampler wrote:
  14. > } I like your idea about an IPL pack.  However, you have not incited me to
  15. > } commit an act of implementation.  What interests me instead is making
  16. > } Icon parsing available in C language programs.
  17. > } For that I will need to write a bunch of COM objects.  That means
  18. > } "Component Object Model" for those not in the know, Microsoft's upgrade
  19. > } to the DLL concept.  I have been mulling over this project for a while.
  20. > } A little more mulling, and I might be incited to commit an act of
  21. > } implementation.
  22. > That will be interesting and certainly useful for those of you running
  23. > under Windows, but not much use to those of us who live in the non-MS
  24. > world.
  25.  
  26.  
  27. COM is available for Unix.  This article was from the start of the year:
  28.  
  29.     http://www.techweb.com/wire/story/TWB19980127S0015
  30.  
  31. COM is a good piece of design.  Actually, the design was borrowed from
  32. public-domain ideas developed by a software foundation.  Typical
  33. Micro$oft, but at least they bet on the right horses.
  34.  
  35. Interested persons should get a copy of "Inside COM" from Microsoft
  36. Press.  It's the primer for COM.
  37.  
  38. -- Mark
  39.  
  40.